
/* ----------- iPhone 4 and 4S and iPhone 5 and 5S ----------- */

/* Portrait and Landscape - iPhone 4 and 4S and iPhone 5 and 5S */
@media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2) {
       .off{}
    
    /* page elements */
       
       .onlyDesktop{
           display:none;
       }
       
       .onlyMobile {
           display:block;
       }
       
        #bgb {
            width: 100%;
            height: 100%;
            left: 0;
        }
        
    /* container */
    
        #container {
            left:15px;
            text-align:left;
            width:calc(100% - 30px);
        }
        
        #nav{
            text-align:left;
            font-size:8px;
            letter-spacing:1.3px;
            line-height:15px;
            left:0;
            padding-bottom:10px;
        }
        
    /* session info */
        
        #date{
            width:280px;
            top:0;
            padding-left:15px;
            font-size:15px;
            letter-spacing:3.2px;
            line-height:18px;
            text-align:left;
        }
        
        #logo {
            display:none;
        }
        
        #sessionNo {
            display:none;
        }
        
        #artistName {
            padding-left:15px;
            font-size:32px;
            letter-spacing:5px;
            line-height:32px;
            text-align:left;
            width:calc(100% - 30px);
            
        }
        
        #bio {
            padding-top:30px;
            padding-left:3px;
            padding-right:3px;
        }
        
        #by {
            text-align:left;
        }
        
    }

/* Portrait - iPhone 4 and 4S and iPhone 5 and 5S */
@media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {

    /* Small Player */
        
        #small-player {
            width: 450px;
        }
        
        #small-player-middle {
            display:inline;
        }
        
    }
    
/* Landscape - iPhone 4 and 4S and iPhone 5 and 5S */
@media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {

    }

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape - iPhone 6 */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2) { 

    }

/* Portrait - iPhone 6 */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {

    }

/* Landscape - iPhone 6 */
@media only screen 
    and (min-device-width: 375px) 
    and (max-device-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) { 

    }

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape - iPhone 6+ */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3) { 

    }

/* Portrait - iPhone 6+ */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait) { 

    }

/* Landscape - iPhone 6+ */
@media only screen 
    and (min-device-width: 414px) 
    and (max-device-width: 736px) 
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: landscape) { 

    }
    
    
/*
     FILE ARCHIVED ON 14:35:16 Mar 11, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:36:46 Apr 02, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 702.327 (3)
  esindex: 0.01
  captures_list: 728.814
  CDXLines.iter: 12.547 (3)
  PetaboxLoader3.datanode: 658.965 (4)
  exclusion.robots: 0.212
  exclusion.robots.policy: 0.194
  RedisCDXSource: 5.903
  PetaboxLoader3.resolve: 21.67
  load_resource: 46.477
*/